![]() |
![]() |
![]() |
|
SPRITE ALPHA
This command will return the Alpha value of the specified sprite.
Return Integer=SPRITE ALPHA(Sprite Number)
Sprite Number Integer
This command will return the Alpha value of the specified sprite
The alpha value determines how much translucency the sprite has, 255 being completely solid. You should specify the Sprite Number as an integer value.
load image "man.bmp",1
|